@charset "UTF-8";
/* CSS Document */


* 
{
  margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}

html, body 
{
  height: 100%;
}

#content
{
	height:  100%;
}

header
{
    position: fixed;
    display: block;
    height: 160px;
    width: 100%;
    background-color: #242026;
    color: rgba(255,255,255,1);
    font-family: "industry-inc-base", sans-serif;
    font-size: 80px;
    padding-top: 60px;
    letter-spacing: 16px;
    text-align: center;
    z-index: 10;
	}

header .audio-button
{
	    position: fixed;
    border: solid 1px white;
    z-index: 11;
    display: block;
    background-color: rgba(0,0,0,0);
    color: #fff;
    padding: 9px;
    font-size: 7px;
    border-radius: 10px;
    margin-top: 18px;
    margin-left: 48%;
    text-transform: uppercase;
}
.wrapper
{
    width: 100%;
    position: initial;
    display: flex;
    justify-content: center;
    height: 80%;
    min-height: 600px;
}

footer
{
    position: fixed;
    display: block;
    height: 160px;
    width: 100%;
    background-color: #242026;
    color: rgba(255,255,255,1);
    font-family: "adobe-garamond-pro", serif;
    font-size: 28px;
    padding-top: 60px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
}

.author
{
	font-family: "adobe-garamond-pro", serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 35px;
}

.column1
{
	position: relative;
    display: inherit;
    background-color: rgba(44, 160, 94, 1);
    height: 100%;
    width: calc(100% / 3);
    float: left;
    clear: none;
    overflow: hidden;
}

.column1img
{
	mix-blend-mode: multiply;
    position: static;
    display: block;
	width: calc(100% / 3);
	opacity: .5;
}

.column1 img
{
	    position: absolute;
    overflow: hidden;
    height: 117%;
    left: -81px;
	    min-width: 100%;
}

.column1img:hover
{
	opacity: .8;
}

/* ----------------- */

.column2
{
	position: relative;
    display: inherit;
    background-color: rgba(205,62,48,1);
    height: 100%;
    width: calc(100% / 3);
    float: left;
    clear: none;
    overflow: hidden;
	
}

.column2img
{
	mix-blend-mode: multiply;
    position: static;
    display: block;
	width: calc(100% / 3);
	opacity: .5;
}

.column2 img
{
	    position: absolute;
    overflow: hidden;
    height: 100%;
    top: 13em;
    min-width: 100%;
}

.column2img:hover
{
	opacity: .8;
}

/* ----------------- */

.column3
{
	position: relative;
    display: inherit;
    background-color: rgba(15,170,210,1);
    height: 100%;
    width: calc(100% / 3);
    float: left;
    clear: none;
    overflow: hidden;
	
}


.column3img
{
	mix-blend-mode: multiply;
    position: static;
    display: block;
	width: calc(100% / 3);
	opacity: .5;
}

.column3 img
{
	    position: absolute;
    overflow: hidden;
    height: 100%;
    min-width: 100%;
    top: 5em;
}


.column3img:hover
{
	opacity: .8;
}

/* ----------------- */

.title
{
	display: table;
     text-align: center;
    margin-top: 350px;
    z-index: 10;
    margin-left: 33%;
}

.title a
{
    color: rgba(255,255,255,1);
    font-size: 32px;
	text-decoration: none;
    font-family: "industry-inc-base", sans-serif;
	letter-spacing: 2px;
	text-shadow: 1px 1px 5px #000;
}

.title a:hover
{
	opacity: .5;
}
 
 /* ---------------------------------------------------------------------*/
 /* ---------------------------------------------------------------------*/
 /* ---------------------------------------------------------------------*/
 /* ---------------------------------------------------------------------*/
 /* ---------------------------------------------------------------------*/
 /* ---------------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
	
	* 
{
  margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}

html, body 
{
}

#content {
height: 80%;	
}

header
{
	position: absolute;
    display: block;
    height: 140px;
    width: 100%;
    background-color: #242026;
    color: rgba(255,255,255,1);
    font-family: "industry-inc-base", sans-serif;
    font-size: 39px;
    padding-top: 60px;
    letter-spacing: 14px;
    text-align: center;
    z-index: 10;
    line-height: 41px;
	}

.wrapper
{
     width: 100%;
    position: initial;
    display: flex;
    justify-content: center;
    height: 864px;
    /* min-height: 600px; */
}

footer
{
    position: absolute;
    display: block;
    height: 160px;
    width: 100%;
    background-color: #242026;
    color: rgba(255,255,255,1);
    font-family: "adobe-garamond-pro", serif;
    font-size: 28px;
    padding-top: 60px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
}

.author
{
	font-family: "adobe-garamond-pro", serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 35px;
}

.column1
{
    position: absolute;
    display: block;
    left: 0px;
    height: 230px;
    top: 180px;
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    z-index: 10;
	
}

.column1img
{
    position: static;
    display: block;
	width: 100%;
}

.column1 img
{
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    width: 137%;
    top: -190px;

}

.column1img:hover
{
	opacity: .8;
}

/* ----------------- */

.column2
{
	    position: absolute;
    display: block;
    left: 0px;
    height: 230px;
    top: 409px;
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    z-index: 10;
	
}

.column2img
{
	    position: static;
    display: block;
	width: 100%;
}

.column2 img
{
    position: relative;
    overflow: hidden;
    width: 100%;
    top: -150px;
}

.column2img:hover
{
	opacity: .8;
}

/* ----------------- */

.column3
{
	    position: absolute;
    display: block;
    left: 0px;
    height: 230px;
    top: 639px;
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    z-index: 10;
	
}

.column3img
{
	    position: static;
    display: block;
	width: 100%;
}

.column3 img
{
	    position: relative;
    overflow: hidden;
    /* height: 100%; */
    width: 100%;
    top: -170px;
}

.column3img:hover
{
	opacity: .8;
}

/* ----------------- */

.title
{
    position: absolute;
    top: 103px;
    text-align: center;
    margin-top: 0px;
    z-index: 10;
    display: block;
    min-width: 10%;
    margin-left: 40%;
    /* float: inherit; */
    margin-right: 40%;
}

.title a
{
       color: rgba(255,255,255,1);
    font-size: 20px;
    text-decoration: none;
    font-family: "industry-inc-base", sans-serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px #000;
}

.title a:hover
{
	opacity: .5;
}

}

@media screen and (max-width: 768px) {
	*
	{
		}

}

@media screen and (max-width: 320px) {

*
{
	}
	
}


/*
     FILE ARCHIVED ON 23:12:52 Oct 11, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:11:21 Apr 22, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 69.111 (3)
  esindex: 0.008
  captures_list: 89.249
  CDXLines.iter: 14.117 (3)
  PetaboxLoader3.datanode: 87.63 (4)
  exclusion.robots: 0.225
  exclusion.robots.policy: 0.2
  RedisCDXSource: 2.038
  PetaboxLoader3.resolve: 40.195
  load_resource: 112.067
*/